crypto/tls.serverHelloMsg.selectedGroup (field)
8 uses
	crypto/tls (current package)
		handshake_client_tls13.go#L299: 	if hs.serverHello.selectedGroup == 0 && hs.serverHello.cookie == nil {
		handshake_client_tls13.go#L316: 	if curveID := hs.serverHello.selectedGroup; curveID != 0 {
		handshake_client_tls13.go#L434: 	if hs.serverHello.selectedGroup != 0 {
		handshake_messages.go#L736: 	selectedGroup CurveID
		handshake_messages.go#L813: 	if m.selectedGroup != 0 {
		handshake_messages.go#L816: 			exts.AddUint16(uint16(m.selectedGroup))
		handshake_messages.go#L949: 				if !extData.ReadUint16((*uint16)(&m.selectedGroup)) {
		handshake_server_tls13.go#L530: 		selectedGroup:     selectedGroup,
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |